home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / tvtriv18.zip / TV.DOC < prev    next >
Text File  |  1992-07-19  |  12KB  |  286 lines

  1.  
  2.                                  TV TRIVIA 1.8
  3.  
  4.          One of The Livewire BBS PCBoard(TM) multi-BBS Doorware programs.
  5.                  Supporting PCBoard, Wildcat!, Gap, QBBS, RBBS,
  6.                    Remote Access, SpitFire, WWIV plus others
  7.  
  8.                                   Written By
  9.  
  10.                                 Richard Paquette
  11.                                    PO Box 416
  12.                               Mt. Laurel, NJ 08054
  13.                                (C) Copyright 1991
  14.                                All Rights Reserved
  15.  
  16.                  DOOR DESCRIPTION!
  17.  
  18.   The "TV Trivia" door is one of it's kind.. it allows a user to select trivia
  19. questions from several TV Series. This version is being distributed with up to
  20. five TV Series including, HoneyMooners, Bonanza, M*A*S*H,  
  21. Once the user selects which category, he/she is brought to a sub-menu where the
  22. game is played from. 
  23.  
  24.   Sysops, YOU may adjust how many times a user can access the door in every
  25. 24 hour period by entering the number in your cfg file.. (see below). Each
  26. time in the door.. the user is only given THREE questions.. each having a
  27. randomly selected value which is tripled if the correct answer is given on
  28. the first guess, doubled on the second guess and even money on third guess.
  29.  
  30.   After the three questions the user is brought back to the Main Menu where
  31. they can view current scores or quit to the BBS.. 
  32.  
  33.                                       FILES
  34.  
  35.             The following files are packaged with this ZIP
  36.  
  37.  tv.exe      <--- executable program must be in directory at all times
  38.  tv.cfg      <--- sample configuration file, must have one for each node
  39.  tv          <--- Sample batch file to call up door program
  40.  tv.doc      <--- What you are reading right now
  41.  mash.dat    <--- M*A*S*H Series question/answer file
  42.  honey.dat   <--- HoneyMooners Series question/answer file * after registered
  43.  bonanza.dat <--- Bonanza Series question/answer file * after registered
  44.  lucy.dat    <--- I Love Lucy Series question/answer file * after registered
  45.  sixties.dat <--- Mixed 1960 TV Series question/answer file * after registered
  46.  tv.usr      <--- Will be created when needed
  47.  tv.dat      <--- Will be created when needed
  48.  history.doc <--- History of door versions
  49.  order.frm   <--- Order form for all Livewire Doors
  50.  
  51. Example Configuration for Tv Trivia
  52.  
  53.         c:\pcb\users.sys         <=- Full name of your systems file (see below)
  54.         The Livewire BBS         <=- Full name of your BBS
  55.         Richard                  <=- Full first name of Sysop
  56.         Paquette                 <=- Full last name of Sysop
  57.         123456                   <=- Your reg number (Something must be here!)
  58.         3                        <=- Number of times allowed in door
  59.  
  60. SYSOP PLEASE NOTE: 
  61.         
  62.         TV Trivia will create two files when needed... 
  63.  
  64.     TV.USR <=- Tracks users and points
  65.         TV.DAT <=- Tracks users and times in door today!
  66.  
  67.         You might want to check if this file exist in your event and delete
  68.         it.. We have had some boards that will not allow a user in the door
  69.         after the first time in.. although we haven't found the exact problem
  70.         we know that if this is deleted in your EVENT that it will create a
  71.         new one the next time a user enters the door...
  72.  
  73.         Example line to add in your event batch file would be...
  74.  
  75.                if exist c:\tv\tv.dat del c:\tv\tv.dat
  76.  
  77. REGISTERED DOOR INFORMATION
  78.  
  79.  Once this door is registered, you can get "tvutil.exe" which will
  80.  allow you to add all the questions and answers you want to the existing
  81.  data files and you can download all the DATA files also...
  82.  
  83. GENERAL CONFIGURATION EXAMPLES
  84.  
  85.         EXAMPLE CONFIGURATION FILE FOR PCBOARD.SYS
  86.         ------------------------------------------
  87.  
  88.         C:\PCB\PCBOARD.SYS  <=-  (Full pathname of your PCBOARD.SYS file)
  89.         The Livewire BBS    <=-  (Change this to your BBS name)
  90.         Richard             <=-  (The Sysop's first name)
  91.         Paquette            <=-  (The Sysop's last name)
  92.  
  93.         EXAMPLE CONFIGURATION FILE FOR USERS.SYS
  94.         ------------------------------------------
  95.  
  96.         C:\PCB\USERS.SYS    <=-  (Full pathname of your USERS.SYS file)
  97.         The Livewire BBS    <=-  (Change this to your BBS name)
  98.         Richard             <=-  (The Sysop's first name)
  99.         Paquette            <=-  (The Sysop's last name)
  100.  
  101.         EXAMPLE CONFIGURATION FILE FOR DOOR.SYS
  102.         ---------------------------------------
  103.  
  104.         C:\BBS\DOOR.SYS     <=-  (Full pathname of your DOOR.SYS file)
  105.         The Livewire BBS    <=-  (Change this to your BBS name)
  106.         Richard             <=-  (The Sysop's first name)
  107.         Paquette            <=-  (The Sysop's last name)
  108.  
  109.         EXAMPLE CONFIGURATION FILE FOR CALLINFO.BBS
  110.         -------------------------------------------
  111.  
  112.         C:\BBS\CALLINFO.BBS <=-  (Full pathname of your CALLINFO.BBS file)
  113.         The Livewire BBS    <=-  (Change this to your BBS name)
  114.         Richard             <=-  (The Sysop's first name)
  115.         Paquette            <=-  (The Sysop's last name)
  116.  
  117.         EXAMPLE CONFIGURATION FILE FOR DORINFOx.DEF
  118.         -------------------------------------------
  119.  
  120.         C:\BBS\DORINFOx.DEF <=-  (Full pathname of your DORINFOx.DEF file
  121.                                   where 'x' is the BBS Node number.
  122.         The Livewire BBS    <=-  (Change this to your BBS name)
  123.         Richard             <=-  (The Sysop's first name)
  124.         Paquette            <=-  (The Sysop's last name)
  125.  
  126.         EXAMPLE CONFIGURATION FILE FOR SFDOORS.DAT
  127.         ------------------------------------------
  128.  
  129.         C:\BBS\SFDOORS.DAT  <=-  (Full pathname of your SFDOORS.DAT file)
  130.         The Livewire BBS    <=-  (Change this to your BBS name)
  131.         Richard             <=-  (The Sysop's first name)
  132.         Paquette            <=-  (The Sysop's last name)
  133.  
  134.         EXAMPLE CONFIGURATION FILE FOR CHAIN.TXT
  135.         ----------------------------------------
  136.  
  137.         C:\BBS\CHAIN.TXT    <=-  (Full pathname of your CHAIN.TXT file)
  138.         The Livewire BBSS   <=-  (Change this to your BBS name)
  139.         Richard             <=-  (The Sysop's first name)
  140.         Paquette            <=-  (The Sysop's last name)
  141.  
  142.                               ==============
  143.  
  144.                               TV Trivia BATCH FILE
  145.  
  146. This is the batch file whose name is entered in PCBSETUP. It should reside in
  147. your default PCB directory. Leave this as is except for changing the paths.
  148.  
  149.           ECHO OFF
  150.           C:
  151.           CD\TV
  152.           TV TV.CFG  <--- Please read NOTE below
  153.           C:
  154.           CD\PCB
  155.           BOARD
  156.  
  157.   NOTE: TV Trivia requires the presence of BRT71EFR.EXE either in the
  158.         same directory as TV Trivia or accessible via PATH. If you set
  159.         your library in autoexec.bat and all the brun files there,
  160.         then you have no problems.. 
  161.  
  162.         SET MYLIB = C:\MYLIB
  163.  
  164.         Be sure to put all your brun*.exe files in the mylib directory!
  165.  
  166.  
  167. IMPORTANT NOTE FOR NON STANDARD IRQ's:
  168.  
  169.                   Supports COM 1 to 4 on the standard IRQ's
  170.                     Com1/Com3 = IRQ4 and Com2/Com4 = IRQ3
  171.  
  172.                You can make use of the IRQ environment variable
  173.  
  174.     If you wish to use a non-standard IRQ, add the IRQ number after the 
  175. configuration filename. For example the program is STORE and you want to use 
  176. Com1 and IRQ5. The command line passed to your door would be:
  177.  
  178.                             STORE STORE.CFG /5 
  179.                                    or
  180.              STORE STORE.CFG /%IRQ% using the environment variable
  181.  
  182.     The /5 tells STORE to use IRQ5 rather than the standard IRQ4 that is
  183. normally used with COM1. No /x parameter is needed for the standard IRQ's.
  184.  
  185.    You can also make use of the PCBoard environment variables such as:
  186.  PCBDRIVE and PCBDIR. Or you can use your own for example, let's say that
  187.  your system runs on D: drive and your system directory is call GAP then
  188.  you could use the variables at the start of your batch file such as:
  189.  
  190.    d:\
  191.    cd\doors\facts
  192.    set pcbdrive=d:
  193.    set pcbdir=\gap
  194.    facts facts.cfg
  195.    d:\
  196.    cd\gap
  197.    gap
  198.  
  199.  Then the first line in your cfg would look like this:
  200.  
  201.                      %PCBDRIVE%%PCBDIR\dorinfo.def
  202.  
  203.                                 DOOR OPERATION
  204.                                 --------------
  205.   
  206.   F3    -   Toggles the printer On/Off.
  207.             Value is passed to PCBoard.
  208.   F4    -   Toggles the Page Bell On/Off.
  209.             Value is passed to PCBoard.
  210.   F5    -   DOS Shell.  Allows SysOp to exit to DOS from inside a DOOR.
  211.   F7    -   Toggles the Caller Alarm On/Off.
  212.             Value is passed to PCBoard.
  213.   F8    -   Returns the caller involuntarily to PCBoard.
  214.             Without letting them know that the sysop called them back!
  215.   F9    -   Toggles the local display On/Off.
  216.             Value is passed to PCBoard.
  217.   F10   -   Activates SysOp CHAT mode within the DOOR.
  218.  
  219.   ESC   -   Deactivates CHAT mode.  DOOR is resumed.
  220.   HOME  -   HELP key for status line options.
  221.   UP    -   Allows the SysOp to temporarily give the caller extra time
  222.             while in the DOOR.  This time is NOT passed to PCBoard.
  223.   DN    -   Allows the SysOp to temporarily subtract time from the
  224.             caller while in the DOOR.  This time is NOT passed to PCBoard.
  225.   ALT-N -   SysOp next on toggle.
  226.             Value is passed to PCBoard.
  227.   ALT-X -   PCBoard will exit after current caller logs off.
  228.             Value is passed to PCBoard.
  229.  
  230.                             WATCHDOG/CTTY/ANSI.SYS
  231.                             ----------------------
  232.  
  233.         CTTY and WATCHDOG are not required and should not be used with
  234.         this program.  TV Trivia contains its own communication routines
  235.         which monitor the COM port.  If carrier is lost, it will return
  236.         to PCBoard where the BBS will log the user off the system.
  237.         ANSI.SYS, or something similar, is required for TV Trivia to
  238.         function properly!
  239.  
  240.                                  DISTRIBUTION
  241.                                  ------------
  242.  
  243.         TV Trivia is COPYRIGHTED by Richard Paquette, with all rights
  244.         reserved. This program is being distributed via the SHAREWARE
  245.         concept and as such, may be copied freely with the following
  246.         restrictions:
  247.  
  248.                 * The program must be supplied in it's original
  249.                   unmodified form, including documentation.
  250.  
  251.                 * TV Trivia may not be distributed as part of any
  252.                   commercial application or service without the
  253.                   express, written consent of the author.
  254.  
  255.                 * Vendors of Shareware/Public Domain software may
  256.                   not distribute this program without the express,
  257.                   written consent of the author.
  258.  
  259.                                  REGISTRATION
  260.                                  ------------
  261.  
  262.         TV Trivia represents many hours of programming and the author
  263.         deserves just compensation for his time, efforts and expertise.
  264.         If you find this program to be of some value and you continue
  265.         to use it on your BBS system, you must return the registration
  266.         form provided along with the registration fee. Registration
  267.         entitles you to free upgrades from The Livewire BBS.
  268.  
  269.            **********           REGISTER ONLINE          ***********
  270.  
  271.         You may also call The Livewire BBS and register online via Visa 
  272.         or Mastercard using our online Credit Card door which will produce
  273.         your registration number on the spot! At the Main Board Prompt just
  274.         type  REGISTER  and presto your registration number is given to you.
  275.  
  276.         Special access to the TV Trivia Conference within 48 hours for new
  277.         TV Trivia versions, TV trivia Utility along with larger DATA files
  278.         created by other TV Trivia registered systems..
  279.  
  280.         Suggestions and/or comments may be sent to the address below or
  281.         via electronic mail to: 
  282.    
  283.               The Livewire BBS 609-235-5297 Mt.Laurel, NJ 08054
  284.                               Richard Paquette
  285.           RelayNet Node ID: LIVEWIRE or Inlelec Node ID is: LIVEWIRE
  286.